﻿@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@200;300;400;600;700&display=swap');
html,
body {
    height: 100%;
    font-family: 'Titillium Web', HelveticaNeueLT-Arabic ,sans-serif;
    font-size: 14px;
    color: #231F20;
    direction: ltr;
    text-align: left;
}
p{
	font-weight: 300;
}

/* titillium-web-300 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/titillium web 300.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Light'), local('TitilliumWeb-Light'),
       url('../fonts/titillium web 300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium web 300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium web 300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium web 300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium web 300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium web regular.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
       url('../fonts/titillium web regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium web regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium web regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium web regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium web regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/titillium web italic.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Italic'), local('TitilliumWeb-Italic'),
       url('../fonts/titillium web italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium web italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium web italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium web italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium web italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-600italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/titillium web 600italic.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web SemiBold Italic'), local('TitilliumWeb-SemiBoldItalic'),
       url('../fonts/titillium web 600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium web 600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium web 600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium web 600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium web 600italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/titillium web 700.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'),
       url('../fonts/titillium web 700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium web 700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium web 700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium web 700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium web 700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'HelveticaNeueLT-Arabic';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/HelveticaNeueLT-Arabic.ttf") format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueLT-Arabic';
    font-style: bold;
    font-weight: 700;
    src: url("../fonts/HelveticaNeueLT-Arabic-Bold.ttf") format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

.navbar-light {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.nav-link {
    font-size: 16px;
    font-weight: bold;
    color: #1E3799 !important;
    margin: 15px 30px 5px;
}

.nav-link:last-child {
    margin-left: 0;
}

.nav-link:hover {
    opacity: 0.7;
}

.logo-piss {
    max-width: 80%;
}

.navbar-toggler span {
    display: block;
    background-color: #000;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {

    left: 0px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {

    left: 0px;
    top: -12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.navbar-nav {
    padding-right: 0;
}

#carouselExampleControls .carousel-item {
    max-height: 500px;
}
#carouselExampleControls-ad .carousel-item a{	
	color:#231F20 !important;
}


.info-slide {
    position: absolute;
    background-color: #FAA91C;
    color: white;
    bottom: 5%;
    right: 5%;
    width: 90%;
    padding: 10px 20px;
    border-radius: 10px;

}

.carousel-control-next-icon {
    background-image: url(../images/arrow-right.png);
    width: 50px;
    height: 50px;
}

.carousel-control-prev-icon {
    background-image: url(../images/arrow-left.png);
    width: 50px;
    height: 50px;
}

.bg-pattern {
    background-image: url(../images/Bg-Pattern.png);
    background-position: center;
    background-size: 50%;
}

.ic-tabs {
    border-radius: 20px;
    background-color: #fff;
    color: #1E3799;
    padding: 15px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  
   min-height:140px;
    margin-bottom: 30px;
    position: relative;
}
.inner-pr span:nth-child(2) {
    font-weight: bold;
    font-size: 16px;
}
.ic-tabs img {
    height: 40px;
    margin-top: 10px;
}
.ic-tabs p {
    line-height: 25px !important;
    margin-bottom:0px !important;
}

.ic-tabs h6 {
    font-weight: bold;
    font-size: 20px;
}

.ic-tabs.active:after,
.ic-tabs:hover:after {
    content: "";
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 24px solid #1E3799;
    position: absolute;
    left: calc(50% - 20px);
    bottom: -22px;
}

.ic-tabs:hover,
.ic-tabs.active {
    color: #fff;
    background-color: #1E3799;
}

.ic-tabs:hover img,
.ic-tabs:active img {
    filter: brightness(0) invert(1);
}

.services-block {
    position: relative;
    margin-bottom: 20px;

}
.row.gray-box img {
    width: 420px;
    height: auto;
}

.sb-title {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 10px;
    position: relative;
}

.sb-title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 5px auto;
    width: 80px;
    height: 4px;
    background: #FAB337;
}

.services-block .inner-box {
    position: relative;
    text-align: center;
    padding: 0px 25px;
    z-index: 9;
    transition: all 0.4s ease-in-out;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 2px 5px 8px 0 rgba(0, 0, 0, 0.4);

}

.services-block .inner-box:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.services-block .inner-box .icon-box {
    width: 85px;
    margin: auto;
    margin-bottom: 20px;
}

.services-block .inner-box h3 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #231F20;
}

.services-block .inner-box .text {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #808080;
}

a:hover {
    text-decoration: none;
}
.btn-white {
    border: 1px solid #B2ADA4 !important;
    border-radius: 14px;
    color: #000000 !important;
    padding: 5px 50px  !important;
    font-weight: bold !important;
    font-size: 20px ;
    background-color: #fff !important;
    box-shadow:none !important;
    background-image:none !important;
}

.btn-white:hover {
    color: #fff !important;
    background-color: #B2ADA4 !important;
}

.bg-counter {
    background-image: url(../images/counter-bg.png);
}

.counter {
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.counter-count {
    font-size: 50px;
    position: relative;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}

.counter-prop {
    font-size: 45px;
    color: #ffffff;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}

.dnd, .display-inline-m{
    
    display:none!important;
}

.cdis {
    font-size: 20px;
    color: #fff;
    line-height: 34px;
    display: inline-block;
    position: relative;
}

.count-img img {
    height: 40px;
    vertical-align: baseline;
    margin-right: 10px;
}

.cdis:after {
    content: '';
    position: absolute;
    left: 0;1800
    right: 0;
    top: -5px;
    margin: 0px auto;
    width: 100%;
    height: 2px;
    background: #FAB337;
}

.adc-h {
    background-color: #1E3799;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    position: absolute;
    z-index: 9;
    margin-bottom: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    top: 0;
    right: 4%;
    width: 92%;
}

.ad-date {
    color: #8D8D8D;
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.carousel.ad {
    background-color: #F4F4F4;
    border-radius: 10px;
    padding: 10px;

}

.carousel.ad h6 {
    line-height: 30px;
}

.carousel-control-prev-icon.ad {
    background-image: url(../images/arrow-right.svg);
    width: 20px;
    height: 20px;
}

.carousel-control-next-icon.ad {
    background-image: url(../images/arrow-left.svg);
    width: 20px;
    height: 20px;
}

.carousel-control-next.ad {
    top: 90%;
    width: auto;
    right: 5%;
    height: 30px;
}

.carousel-control-prev.ad {
    top: 90%;
    left: 96%;
    width: auto;
    height: 30px;
}

.btn-white.sm {
    padding: 5px 25px 10px;
    font-weight: normal;
    font-size: 14px;
        border-radius: 30px;
}

.col-md-1.w-6 {
    height: 45px;
}

.bg-black {
    background-color: #231F20;
}

.bg-orange {
    background-color: #FAA91C;
}

.bg-blue {
    background-color: #1E3799;
}

.sec-6 {
    color: #fff;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    margin-right: 2em;
    cursor: pointer;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="radio"] + label:before,
input[type="radio"] + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    text-align: center;
    color: white;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

input[type="radio"] + label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    /*    box-shadow: inset 0 0 0 0.2em #707070, inset 0 0 0 1em white;*/
    border: 1px solid #707070;
    background-color: #fff;
}

input[type="radio"]:checked + label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    /*    box-shadow: inset 0 0 0 0.2em #707070, inset 0 0 0 1em #C49A6C;*/
    background-color: #FAA91C;
}

.btn-gray {
    background-color: #B4B4B4;
    color: #3D3A3B;
    border-radius: 34px;
    padding: 5px 35px 10px;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.btn-white-r {
    background-color: #FFFBF3 !important;
    color: #F4AD2F !important;
    border-radius: 34px !important;
    padding: 5px 35px !important;
    font-weight: bold !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}

.btn-blue {
    background-color: #748CED !important;
    color: #fff !important;
    border-radius: 34px !important;
    padding: 5px 35px  !important;
    font-weight: bold !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}

.btn-gray:hover {
    background-color: #e1cdcd;
}

.btn-white-r:hover {
    background-color: #fff;
}

.btn-blue:hover {
    background-color: #6886fe;
}

.sec-6 img {
    width: 25px;
    margin-left: 15px;
}

.bg-orange input,
.bg-orange select {
    border: 1px solid #DBC5A2 !important;
    border-radius: 20px !important;
    /* height: 45px !important; */
    color: #8f8f8f !important;
    font-weight: bold !important;
}

.inp-po {
    position: relative;
}

.inp-po input {
    padding-right: 50px;
}

.inp-po span {
    position: absolute;
    top: 9px;
    right: 5px;
}

.inp-card {
    position: relative;
}

.inp-card input {
    background-color: transparent;
    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
    border-radius: 0 !important;
    padding-left: 40px !important;
    color: #fff !important;
}

.inp-card span {
    position: absolute;
    top: 10px;
    left: -11px;
}

.inp-card input::placeholder {
    color: #fff;
    opacity: 0.9
}

.inp-card input:focus {
    background-color: transparent;
    outline: 0;
}

.brd-title {
    position: relative;
}

.brd-title:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 10px;
    width: 85px;
    height: 4px;
    background: #FAB337;
}

video {
    max-width: 100%;
}

.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.video-thumbnail:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 60px;
    color: #ffb431;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.video-thumbnail:hover:before {
    color: #FAA91C;
}

.video-text h6 {
    text-align: center;
    line-height: 28px;
}

.bg-socmedia {
    background-color: #E9EEFF;
}

.white-box {
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
    margin: 1rem 1.2rem;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    box-shadow: 2px 7px 14px rgba(0, 0, 0, 0.16);
}

.white-box p {
    font-size: 14px;
    color: #231F20;
    min-height: 62px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.white-box-img {
    position: relative;
}

.white-box-img span {
    position: absolute;
    bottom: -16px;
    right: 10px;
    z-index: 9;
}

.white-box:hover {
    transform: translateY(-10px);
}

.pub-date {
    color: #A39FA6 !important;
    font-family: sans-serif;
    min-height: 0 !important;
    margin-top: 10px;
}

.fb,
.tw {
    background-color: #164CFF;
    text-align: center;
    color: #fff !important;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    min-height: 35px !important;
    line-height: 35px;
}

.tw {
    background-color: #16D0FF;
}

.store-bg {
    background-image: url(../images/as-bg.png);
    padding: 40px;
    color: #fff;
}

.footer-bg {
    background-color: #1E3799;
}

.LinkImagelist ul {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    list-style-type: none;
}

.LinkImagelist ul li a {
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight:300;
}

.LinkImagelist ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    list-style-type: none;
    float: left;
    margin-left: -1em;
    color: #ffffff;
    margin-top: -2px;
}

.LinkImagelist li {
    transition: all 0.3s ease;
    margin: 20px 12px;
}

.LinkImagelist li:hover {
    transform: translateX(-5px);
    opacity: 0.8;
}

.copyright-bg {
    background-color: #211F20;
    text-align: center;
    padding: 20px 60px;
}

.copyright,
.media-icon a {
    color: white;
}

.media-icon p,
.media-icon i {
    display: inline-block;
    background-color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;

}

.media-icon i {
    font-size: 25px;
    margin: 0px 1px;
    color: #211F20;
}

.media-icon i:hover {
    opacity: 0.85;
}

select{
background: url(../images/down-arrow.png) no-repeat right;
    -webkit-appearance: none;
    background-position-x: 95%;
    background-size: 20px;
}

.bg-ip{
    background-image: url(../images/ip-banner.png);
    height: 100px;
    background-size: cover;
    position: relative;
}

.ip-banner-title{
    background-color: rgba(0,0,0,0.36);
    position: absolute;
    left: 2%;
    top: 13%;
    color: #fff;
    width: 60%;
    padding: 20px;
    border-radius: 10px;
}
input, select {
    border: 1px solid #707070 !important;
    border-radius: 35px !important;
    height: 40px !important;
    color: #8f8f8f !important;
    font-weight: bold !important;
    padding-left: 20px !important;
}
.yellow-box-in{
   background: #FAB337 !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-align: center;
    border: 1px solid #bd910e !important;
    margin: 1rem auto;
    padding: 15px 60px;
    border-radius: 40px;
    font-size: 2rem;
}
.btn-dblue {
    background-color: #1E3799 !important;
    color: #fff !important;
    border-radius: 34px !important;
    padding: 5px 50px  !important;
    font-weight: bold !important;
}
.btn-dblue:hover {
    background-color: #3858d6 !important;
}
.post {
    transition: all 500ms ease;
    padding:10px;
    min-height: 80px;
    cursor: pointer;
     box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin-bottom: 30px;
}
.post h4 {	
   font-weight: normal;
	font-size: 18px;
}
.post:hover {
    transform: translateX(-10px);
}

.wfmd p{
    color: #808080;
}
.wfmd b{
    color: #8F8F8F;
}
.pagination {
  display: inline-block;
}

.pagination a {
  color: #2D3741;
  float: left;
  text-decoration: none;
    background-color: #F0F3FF;
    border-radius: 4px;
    margin: 5px;
    font-size: 20px;
    width: 35px;
    height: 35px;
     line-height:35px;
}

.pagination a.active {
  background-color: #FAA91C;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #FAA91C;
    color: #fff;
}

.bb-orange{
    border-bottom: 2px solid #FAA91C;
}

.fa-star{
    color: #C8B829;
    font-size: 12px;
}
.box-shadow{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 8px;
}

.bg-b-head{
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #1E3799;
    color: #fff;
    padding: 10px 15px 15px;;
}

.btn-orange{
    background-color: #FAA91C;
    color: #fff;
    padding: 5px 60px 10px;
    border-radius: 34px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.btn-orange i{
    vertical-align: bottom;
}
.btn-orange:hover{
   background-color: #da9c30;
}

.border{
    border: 1px solid #E1E1E1;
    border-radius: 13px;
}

.angle-list {
    margin: 0px 0px 0px 10px;
    padding: 0px;
    list-style-type: none;
}

.angle-list li{
    margin-bottom: 25px;
}

.angle-list li:before {
        content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    list-style-type: none;
    float: left;
    margin-left: -1em;
    color: #000000;
}

.rating a{
    position: relative;
}
.rating .fa-star-o{
    font-size: 20px;
    color: #041550;
    margin-right: 10px;  
}
.rating a:hover .fa-star-o{
    color: #FAA91C;
}
.rating .fa-star{
        position: absolute;
    color: #FAA91C;
    font-size: 30px;
    left: 2px;
    top: -10px;    display: none;
}

.rating a:hover .fa-star{
    display: block;
}

.bg-l-gray{
    background-color: #F9F9F9;
}

.gray-heading{
    background-color: #EDEDED;
    color: #231F20;
    padding: 10px 15px 15px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.loc-img{
    position: relative;
}

.loc-img img{
    width: 100%;
    height: auto;
}

.btn-location {
    background-color: #FFF;
    border-radius: 34px;
    padding: 5px 20px 10px;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 150px;
    margin: auto;
    display: block;
    margin-top: 15%;
}

.btn-location i{
     color: #F4AD2F;
    font-size: 25px;
    margin-right: 20px;
}

.loc-img:hover .btn-location{
    display: block;
}

.overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    border-radius: 8px;
    opacity: 0;
  visibility: hidden;
    -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}

.loc-img:hover .overlay{
    visibility: visible;
  opacity: 1;
}

.loc-info{
    background-color: rgba(30, 55, 152, 0.9);
    padding: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
}
.adrs-media{
    text-align: center;
    margin-top: 20px !important;
    padding-bottom: 20px !important;
}
.adrs-media a img{
    width: 30px;
    margin: 5px;
}

textarea{
    border-color: #707070 !important;
}

.loc-cont{
    min-height: 100px;
    padding: 15px;
    padding-right: 40px;
    margin-bottom: 25px !important;
}
.bgip-2{
    background-image: url(../images/ip-banner-2.png);
}
.nav-pills{
    background-color: transparent !important;
    padding-right: 0;
}
.nav-pills .nav-link{
    margin: auto;
    padding: 25px 14px;
    border-radius: 8px;
    background-color: #fff;
    margin: 10px;
    font-size: 20px;
}
.nav-pills .nav-link:hover{
    background-color: #1E3799;
    color: #fff !important;
    opacity: 1;
}
.nav-pills .nav-link.active{
   background-color: #1E3799;
    color: #fff !important;
}
#myTabContent{
    line-height: 30px;
}
.brdr-right{
    border-left: 4px solid #FAA91C;
    padding-left: 20px;
    margin-bottom: 25px;
    min-height: 42px;
}
p{
    line-height: 30px !important;
}
.clr-blue{
    color: #1E3799 !important;
}

.gray-box{
    background-color: #F9F9F9;
    border: 1px solid #D1D1D1;
    border-radius: 10px;
    padding: 15px 0px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.gray-box h4{
    color: #1E3799;
}
.gray-box button i{
    transform: rotate(0deg);
}

.pt-5{
    padding-top: 1.2rem !important;
}
.py-5{
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
}
.my-5{
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
}
.modal {
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-dialog{
    margin-top: 50px;
}

.modal-content {
    background: #fff;
    box-shadow: 0px 3px 6px #00000021;
    border-radius: 10px;
}

.modal-header{
    background-color: #f1f1f1;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.modal-body {
    padding: 1rem 0rem;
}
.modal-body h6{
    color: #1E3799;
    font-size: 18px;
    margin-top: 10px;
}
.pop-ic{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #1E3799;
}

.pop-ic img{
    width: 100%;
    vertical-align: middle;
    height: 100%;
}
.btn-black{
    background-color: #000000;
    color: #fff;
    border-radius: 8px;
    padding: 5px 40px 10px;
}
.btn-black:hover{
    background-color: #3a3a3a;
}

.close.pop{
    position: absolute;
    width: 36px;
    padding: 0;
    opacity: 1 !important;
    top: 0px;
    right: 10px;
}
b, strong {
    font-weight: 600;
}
/******************************
    CUSTOM CSS  - START
*******************************/
.float-right {
    float: left!important;
}
.float-left {
    float: right!important;
}
.text-right{	
	text-align:left !important;
}
.text-left{	
	text-align:right !important;
}

.loc-sec img {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}
.loc-sec h3 {
    background: #fff;
    color: #444;
    border-radius: 30px;
    position: absolute;
    padding: 1rem 1.8rem;
}
.loc-sec{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
button{	
	font-weight:600 !important;
}
.loc-sec h4 {
  background: #1e3799;
    display: block;
    width: 100%;
    padding: 1.6rem 2rem;
    color: #fff !important;
    font-size: 1.4rem;
    margin: 0;
}.loc-sec i {
    color: #FAA91C;
    font-size: 30px;
    padding-right: 10px;
}

.contact-sec img{
    width: 40px;
    padding-right: 5px;
}
.contact-sec p {
    margin: 2rem auto;
}
.contact-sec {
    padding: 2rem;
    border-radius: 0 0 10px 10px;
    box-shadow: 1px 5px 8px rgb(0,0,0, 0.38);
}
.contact-sec p:first-child {
    margin-top: 0;
}.loc-social a {
    margin: .5rem;
        transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;

}
.gmap_canvas iframe{
    width:950px;
    height: 500px;
}
.loc-box p {
    padding: 0 !important;
    margin: 1rem 0;
}
.loc-box h5 {
    font-size: 1.4rem;
    margin: 1rem 0;
    color: #231F20;
}
.loc-box a:first-child {
    padding: 0 2rem;
}
.loc-box a {
    padding-left: 2rem;
    color:#007bff;
}
.loc-box a:visted{
    color:#007bff;
    
}
.loc-box i{
    padding-right: .5rem;
}
.loc-social a:hover img {
    position: relative;
    cursor: pointer;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
      transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}
.g-recaptcha {
    margin: 2rem 1rem;
}
.locations-sec{
    background: #eaeaea;
    padding: 1rem;
    border-radius: 10px;
        height: 500px;
    overflow: scroll;
}
.loc-box {
    background: #fff;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    align-content: center;
    margin: 2rem 1rem;
    border-radius: 5px;
}
.loc-box:hover {
    box-shadow: 1px 4px 7px rgb(0,0, 0,0.25);
    transition: all .42s;
}
.ctn-form{
    padding:0 4rem;
}

.ctn-form input {
    margin: 1rem 0;
    font-weight: 300 !important;
}
.ctn-form textarea {
    border-radius: 30px;
    font-weight: 300 !important;
    padding: 1rem 1.5rem;
}

.tab-min{
    min-height: 50px !important;
}
.btn-large{
           padding: 8px 50px;
    border-radius: 40px !important;
}
.btn-xsm{
    padding:10px !important;
}
.id-num{
    color: #353535;
    font-weight: 600;
    font-size: 14px;
        margin-right: 10px;
}
.list-pr p {
    font-weight: 500;
    color: #252525;
}
.list-pr h4{
    color: #1E3799;
    font-weight: 400;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}
.list-pr {
    margin-left: 1.5rem;
}
.inner-pr span{
    font-weight: 600;
    color: #353535;
    margin-right: 8px;
}
.list-pr .btn-white{
    border:1px solid #1E3799 !important;
    color: #1E3799 !important;
    padding: 10px 40px;
}
.list-pr .btn-white:hover{
    background: #1E3799 !important;
    color: #fff !important;
}
.btn-center {
    display: block;
    margin: 0 auto;
}
.table-blue-btn{
    max-width: 180px;
    background-color: #1E3799;
    color: #fff;
    border-radius: 34px;
    padding: 5px;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.table-blue-btn:hover{
    background-color: #3351C8;
    transition: all 0.42s;
}
.table-blue-btn-lg{
max-width: 260px;
    background-color: #1E3799;
    color: #fff;
    border-radius: 34px;
    padding: 5px;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.table-blue-btn-lg:hover{
    background-color: #3351C8;
    transition: all 0.42s;
}
.table thead{
    background: #505050;
    color: #fff;
    font-weight: 100;
}
.table th{
    font-weight: 400;
}
#form-pop input{
    display: inline-block;
}
#form-pop label:after, #form-pop label:before{
    display: none;
}
#form-pop{
       padding: 0rem 0rem .5rem 2.5rem;
}
.form-details {
    padding: 0 2.5rem;
}
.form-details input[type=checkbox]{
    width: 20px;
}
.btn-dblue-tr{
    background-color: #fff;
    color: #1E3799;
    border-radius: 34px;
    border: 1px solid;
    padding: 12px 60px;
    font-weight: 400;
}
.btn-dblue-tr:hover{
    background-color: #1E3799;
    color: #fff;
    border: 1px solid #1E3799;
    transition: all .42s;
}
.link-inner{
        background: #F5FCFF;
    border: 1px solid #AECBD8;
    border-radius: 10px;
    padding: 12px 30px;
    display: inline-block;
}
.inner-loan h6{
    font-weight: 300;
font-size:1.8rem;
}
.inner-loan h2{
    font-weight: 300;
font-size:2rem;
}
label{
    font-size: 1.4rem;
}
.btn-space button {
    margin: 0 1rem;
}
.gray-bg{
    background: #ECECEC;
    padding: 1rem 3rem;
}
.lgray-bg{
    background: #F8F8F8;
    padding: 1rem 3rem;
}
.lgray-bg h6, .gray-bg h6{
    font-weight: 400;
    font-size:1.15rem;
}
.welcome-form{
    background: #fff;
    border-right: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    min-height: 220px;
    border-radius: 12px;
    
}
.welcome-form h5{
    font-weight: bold;
}
.welcome-form h4{
    font-weight: 300;
}
.table td, .table th {
    font-size: 1.18rem;
}
.recip .table-blue-btn{
        font-size: 1.2rem;
    letter-spacing: 0px;
    font-weight: 400;
}
.right-side ,.left-side {
    padding: 40px;
}
.left-side img {
    margin: 1rem auto;
    display: block;
    width: 240px;
}
.error-pop{
    padding: 2rem;
}
.error-pop img{
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 70px;
}
.modal-content h4{
    font-weight: 300;
}
.can-details {
    text-align: right;
}
.can-details p{
    color: #2F459B;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
.block-light{
    border:1px solid #AECBD8;
    padding: 2rem;
    background: #F5FCFF;
    border-radius: 5px;
}
.block-light p{
    font-size: 1.4rem;
}
.block-light h6{
    font-size: 1.6rem;
}
.brd-title span{
}
.form-control:disabled{
    background-color: #e2e2e2;
    opacity: 1;
    color: #000 !important;
}
.center-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.yellow-txt{
    color: #FAB337;
    font-size: 24px;
}
.sky-txt{
    color: #37B9FA;
    font-size: 18px;
}
.inner-pr input[type="radio"] {
    display: block;
}
.yellow-txt-sm{
    color: #FAB337;
    font-size: 11px;
    padding-right: 10px;
    text-align: left;
}
.dblue-txt{
    color: #1E3799;
}
h4.dblue-txt{
    font-size:3rem;
}
.alter-box{
    background: #F5F5F5;
}
input.yellow-box{
    background: #FAB337 !important;
    color: #fff !important;
    font-weight: 400 !important;
    text-align: center;
    font-size: 20px;
    border: 1px solid #bd910e !important;
    margin: 1rem auto;
}

.theme-pop .form-group {
    margin-bottom: 1.4rem;
}
.theme-pop .btn-dblue, .theme-pop .btn-dblue-tr{
    font-weight: 300;
    letter-spacing: 1px
}
.inner-mw-3{
        margin: 0 3rem;
}
.btn-blue-tr {
    border: 1px solid #1E3799 !important;
    color: #1E3799 !important;
    padding: 10px 40px;
    border-radius: 20px;
    background: transparent;
}
.btn-blue-tr:hover {
    color: #fff !important;
    background: #1E3799;
}
input[type='radio'] {
    width:20px;
    height:20px;
}
.ack-sec p {
    font-size: 1.4rem;
}
.ack-sec h5{
    font-size: 1.5rem;
}
.ack-sec .btn-dblue, .ack-sec .btn-dblue-tr{
    font-size: 1.4rem;
    letter-spacing: 2px;
}
@media (min-width: 1400px){
    .center-flex {
    display: grid;
    }
    .right-side input{
       /* max-width: 80%;
        margin: 0 auto; */
    }
}
ul.last-list li {
    margin: 2rem .5rem;
    font-size:1.18rem;
}
.payment{
    margin: 10rem;
    border: 1px solid #00549a;
    border-radius: 5px;
    min-height: 200px;
    box-shadow: 3px 2px 5px #708da5;
    padding: 2rem;
}
.img-sec img {
    width: 100px;
    margin: 0 auto;
    text-align: center;
    display: block;
    box-shadow: 3px 2px 5px #00549a;
    border-radius: 5px;
}
.img-sec {
    position: relative;
    top: -75px;
}
.payment h5{
    color: #368CDB;
    text-align: left;
}
.small-label{
    color: #368CDB;
    font-weight: 700;
}
.ltr select{
   background-position-x: right;
    background-size: 18px;
}
.post-row{
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 80px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin-bottom: 30px;
}
.error-pop h3{
    font-weight: 300;
}
.table-striped{
    border:1px solid #ccc;
}
.tb-sec{
    
    
}
ul#tb-sec a {
    margin-left: 1rem;
}
.tl-logo img{
    max-width:150px;
}
.services-block .inner-box{
    margin: 10px 15px;
}
.info-slide p{
    font-size: 18px;
    line-height:1.8;
    padding:1rem;
}
.btn-white.mb{
    padding: 5px 25px 10px;
    font-weight: normal;
    font-size: 14px;
    border-radius: 30px;
  /*  bottom: 60px;*/
    position:relative;
}

a.news_head{
	color:#231F20;
}

a.news_head:hover{
	color:#1E3799 ;
	transition: all .42s;
}
.more-btn{
    float: right;
    display: inline;
}
.ad h6{
    display: inline;
}
#ins-page .bg-ip{
    border-bottom:8px solid #1E3799;
}
.rating-sec{

}
.share a{
    color:#1E3799;
}
.bg-l-gray{
    width:350px;
}
.logo-header-pop img{
    margin: 0 auto;
    display: block;
    width: 100%;
}
.logo-header-pop{
    display: block;
}
.model-pop-header a {
    color: #231F20 !important;
}
@media (min-width: 1800px){
    .btn-white.mb{
        padding: 5px 50px 10px;
    font-weight: normal;
    font-size: 22px;
    border-radius: 30px;

}

.left-side img {
    width: 100%;
}
.row.gray-box img {
    width: 420px;
    height: auto;
}
.tab-content p{
    font-size: 1.35rem;
    line-height: 2.2;
}
.rating .fa-star-o {
    font-size: 35px;
    }
.bg-l-gray{
    width:480px;
}
.wfmd b {
    font-size: 18px;
}
.list-all img{
    width: 80%;
}
.bg-blue .btn-blue, .bg-orange .btn-white-r, .bg-black .btn-gray{
    font-size: 1.6rem;
    padding: 5px 60px 10px;
}
.info-slide p {
    font-size: 28px;
    line-height: 1.4 !important;
    margin: 0;
}
.store-bg h1{
    font-size: 3rem;
}
.white-box p {
    font-size: 20px;
    padding: 10px 18px;
}
.white-box{
    margin:1rem 2.5rem;
}

.bg-blue, .bg-orange, .bg-black{
    min-height: 440px;
}
.ad-date{
    font-size:22px;
}
.ad h6{
    font-size:24px;
    display: inline;
}
.inner-slide{
    padding:2rem;
}
.carousel.ad {
    height: 260px !important;
}
.news-slide {
    margin: 3rem auto;
}
.adc-h {
        left: -100px !important;
    width: 260px !important;
    top: 100px !important;
    font-size: 24px;
}
.services-block .inner-box h3 {
    font-size: 20px;
}
.list-pr .btn-white {
padding: 10px 60px;
}
.news-slide img {
    width: 100%;
    display: block;
    float: right;
}
.cdis{
    font-size: 24px;
}
.services-block .inner-box{
    margin: 10px 30px;
}
.inner-piff p{
    font-size: 1.4rem;
    line-height: 2.1;
}
.white-box-img img, .bg-l-gray img, .gray-box img {
    width: 100%;
}
.form-control {
    font-size: 1.2rem;
}
.inner-loan h2 {
    font-size: 3rem;
}
.yellow-txt-sm{
    font-size: 14px;
    padding-right: 40px;
}
.yellow-box-in{
    font-size: 2.4rem;
}
.btn-xsm{
    padding:10px 50px !important;
}
.btn-large{
    padding: 1.1rem 5rem !important;
    border-radius: 40px !important;
}
input, select{
        height: 46px !important;
}
    h2{
        font-size: 3rem;
    }
   
    .py-4{
        padding-bottom: 2.5rem!important;
        padding-top: 2.5rem!important;
    }
    .modal-dialog{
            max-width: 580px;
    }
    .error-pop{
        padding: 4rem 2rem;
    }

.list-pr h4 {
    font-weight: 600;
}
.btn-orange{
        padding: 10px 80px;
    font-size: 1.6rem;
}
ul.last-list li {
    font-size:1.4rem;
}
.paragraph-in{
        font-size: 18px;
    line-height: 2.1;
}
.modal-header{
    font-size: 1.4rem;
    font-weight: 600;
}
.theme-pop .col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: 1.2rem;
}
.table td, .table th {
    font-size: 1.35rem;
}
.right-side, .left-side {
    padding: 50px 60px;
}
.right-side input {
    max-width: 100%;
    margin: 0 auto;
    margin-top:.5rem;
}
.welcome-form h5{
    font-size: 1.4rem;
    font-weight: bold;
}
.welcome-form h4{
    font-size: 1.8rem;
    font-weight: 600;
}
.btn-dblue, .btn-dblue-tr{
    padding: 12px 60px;
    letter-spacing: 1px;
        font-size: 1.4rem;
        border-radius: 40px;
}
.brd-title{
    font-size: 2.8rem;
}
p, .angle-list li{
        font-size: 1.2rem;
    line-height: 1.6 !important;
}
input.yellow-box{
    font-size: 28px;
    padding: 24px
}
.video-text h6{
    line-height: 2;
    font-size: 2rem;
}
}
a.responsive-menu:visited {
    color: #ffffff ;
    text-decoration: none;
}
.gray-bg p, .lgray-bg p{
    font-weight:600 !important;
}
  .row-sec p{
     margin: 1rem 5rem;
    }
    .flex-inner-pr{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    }
    
    .flex-inner-left {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-left: 3rem;
    }
@media only screen and (min-width: 600px) and (max-width: 1400px)  {

.list-pr p {
    font-size: 12px;
}
.news-slide img {
    width: 100%;
    float: right;
}
}
@media only screen and (min-width: 200px) and (max-width: 480px)  {
 
  .gmap_canvas iframe {
    width: 320px;
    height: 280px;
    margin: 2rem auto;
    }

    .loc-sec h4 {
    padding: 1rem 2rem;    
    font-size: 1.2rem;
    }
    .loc-sec i {
    font-size: 20px;
    }
    .loc-sec h3 {
    padding: 1rem 1.2rem;
    font-size: 1rem;
}
.ctn-form {
    padding: 0 1rem;
}
.loc-social img {
    width: 34px;
    margin: 1rem 0;
}
.loc-box h5 {
    font-size: 1rem;
    margin: 1rem 0;
    color: #231F20;
}
 .row-sec p {
        margin: .5rem 2rem;
    }
    .inner-pr input[type="radio"] {
        display: inline-block;
        margin: 0 1rem;
    }
    .row-sec button{
        margin: 1rem 2rem;
    }
     .flex-inner-pr{
        display: inline-block;
     }
      .flex-inner-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 3rem;
}
.info-slide p {
    font-size: 14px;
    margin: 2rem;
}
.form-details input[type=checkbox]{
    
    display:inline-block;
}
input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    padding-right: 1.5em;
    margin-left: 2em;
    cursor: pointer;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 1rem;
}
.btn-space{
    text-align:center;
    display:block;
    margin:0 auto;width: 340px;
    margin: 0 auto;
    display: block;
    
}
.theme-pop .form-group {
    margin-bottom: 0.5rem;
}
.dnd{
    
    display:block !important;
}
.display-inline-m{
    
    display: inline-block !important;
}
.ct-1{
    margin-bottom:2rem;
}

.counter {
    padding: 2rem 1rem;
}
.logo-piss {
    max-width: 70%;
    }
.d-none-m{
    /*display: none;*/
}
.ad img{
        margin-top: 5rem !important;
    display: block;
    text-align: center;
    margin: 0 auto;}
.carousel.ad {
    min-height: 480px;
}
.more-btn {
    float: right;
    display: block;
}
.ip-banner-title {
    padding: 10px;
    }
.p-5 {
    padding: 1rem!important;
}
.bg-l-gray h4 {
    font-size: 1.2rem;
}
.store-bg h1{
    font-size: 2rem;
}
.white-box {
    margin: 1rem;
    }
.info-slide {
    background-color: transparent;
    color: #fff;
    width: auto;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}
h4.dblue-txt {
    font-size: 2rem;
}
.can-details {
    text-align: center;
}
.bg-pattern h1{
    text-align: center;
    font-size:1.6rem;
}
h2.brd-title {
    font-size: 1.7rem;
    margin-bottom: 2rem;
}
.form-control {
    margin-bottom: 1rem;
    }
    .inner-mw-3 {
    margin: 0 1rem;
}
.list-pr .btn-white {
    font-size: 14px;
}
.right-side, .left-side {
    padding: 20px;
}
.pt-4, .py-4 {
    padding-top: .5rem!important;
}
.bg-l-gray {
    width: 320px;
}
.nav-pills .nav-link{
        padding: 20px 14px;
}
.row.gray-box img {
    width: 340px;
    margin: 0 auto;
    display: block;
}
.table-blue-btn {
    padding: 5px 25px;
    }
p {
    line-height: 2;
    font-size: 1.1rem;
}
.list-pr h4{
    font-weight: 600;
}
.btn-space button{
    margin: 1rem;
}

}
/******************************
CUSTOM CSS  - END
*******************************/


@media only screen and (min-width:768px) {
    .navbar-nav {
        flex-direction: row;
        justify-content: space-around;
    }
    .nav-pills .nav-link{
        padding: 18px 14px;
    }

    .logo-piss {
        max-width: 60%;
        padding-right: 30px;
        margin-right: 15px;
    }

    .carousel.ad {
        height: 175px;
    }

    .adc-h {
            transform: rotate(90deg);
    margin-bottom: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    top: 62px;
    left: -47px;
    width: 175px;
    }

    .carousel-control-next.ad {
        top: 20px;
    }

    .carousel-control-prev.ad {
        top: 20px;
    }

    .info-slide {
        bottom: 18%;
        right: 12%;
        width: 50%;
    }

    .services-block {
        margin-bottom: 30px;
    }

    .media-icon i {
        margin: 0px 6px;
    }
    .bg-ip{
        height: 185px;
    }
    .ip-banner-title{
        top: 15%;
        width: 38%;
    }
    #myTab{
        margin-top: -13%;
    }
    .close.pop{
        top: -2px;
    right: -2px;
    }
    .pt-5{
    padding-top: 2rem !important;
}
.py-5{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.my-5{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
    

}

@media only screen and (min-width: 992px) {
    
    
     ul#tb-sec a {
    margin-left: 5rem;
}

    .logo-piss {
        max-width: 325px;

    }

    .col-md-1.w-6 {
        max-width: 60px;
    }

    .info-slide {
        right: 10%;
        width: 30%;
    }

    .services-block {
        margin-bottom: 60px;
    }

    .store-bg {
        min-height: 500px;
        padding: 100px;
    }

    .copywrite {
        text-align: left;
    }

    .media-icon {
        text-align: right;
    }

    .media-icon i {
        margin: 0px 10px;
    }
    .bg-ip{
    height: 370px;
    background-size: cover;
}

.ip-banner-title{
   width: 30%;
    left: 10%;
    top: 35%;
}
    .loc-cont{
        margin-bottom: 50px !important
    }
    .pt-5{
    padding-top: 3rem !important;
}
.py-5{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.my-5{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
    .container {
    max-width: 90% !important;
}
    .btn-block-lg{
        display: block;
        width: 100%;
    }
    
}

@media only screen and (min-width: 1800px){
#myTab {
    margin-top: -9%;
}
}


/*============= navigation styles ================*/

nav {
    display: block;
    margin: auto;
    background-color: white;
}
.navbar{
    padding: 1.2rem;
}

nav .fa-chevron-circle-right {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

nav .fa-chevron-down {
    font-size: 0.7em;
        padding-left: 5px;
}

.menu {
    display: table;
    padding: 0px;
    margin-top: 0;
    background-color: #231F20;
    margin-bottom: 0px;
    width: 100%;
}

.menu li {
    display: table-cell;
    position: relative;
    z-index: 100;
    width: 300px;
    font-size: 0.8em;
    perspective: 1000px;
}

.menu li:first-child {
    margin-right: 0;
}

.menu li a {
    font-weight: 600;
    text-decoration: none;
    padding: 10px 0px;
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
    font-size: 15px;
}

.menu li a:hover,
.menu li:hover > a {
    color: #FAB337;
}

.menu li:hover {
    position: relative;
    z-index: 99999;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 99;
    transform: translate(0, -20px);
    transition: all 0.3s ease-out;
    z-index: -1;
    perspective: 1000px;
    transform: rotateX(-90deg);
    transform-origin: top left;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 0.5px solid #656565;
}

.menu ul li a {
    font-size: 12px;
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
    white-space: normal;
    width: auto;
    padding-right: 25px;
    text-align: left;
}

.menu ul li a:hover,
.menu ul li:hover > a {
    color: #fff;
}

.menu li ul li a:hover {
    background-color: #231F20;
}

.menu li ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 10px;
    color: #fff;
    list-style-type: none;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    padding-right: 5px;
    transition: all 0.3s ease;
}

.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 0px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.19);
    transform: rotateX(0deg);
    background-color: rgba(0, 0, 0, 0.75);
}

.menu ul ul {
    left: 100%;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-out;
    transform: rotateY(90deg);
}

.menu ul .sub-menu:hover {
    transform: rotateY(0deg);
}

.menu ul ul .menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}

.menu li > ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.responsive-menu {
    display: none;
    padding: 12px 20px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.responsive-menu a {
    color: white;
    text-decoration: none;
}

.responsive-menu:hover {
    background: #231F20;
    color: #FAB337;
    text-decoration: none;
    font-size: 13px;
}

@media (max-width: 1024px) {
    .menu .fa-chevron-circle-right {
        transform: rotate(90deg);
    }

    .menu li ul li:before {
        color: white;
        margin-top: 20px;
    }

    .responsive-menu .fa {
        display: inline-block !Important;
    }

    .menu li a {
        font-size: 16px;
    }

    .menu ul li {
        max-width: 100%;
    }

    .menu > li:hover > a {
        transform: scale(1, 1);
        box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);

    }

    .menu {
        display: none;
        margin-left: 0px;
        height: auto;
        background-color: transparent;
    }

    .responsive-menu,
    .responsive-menu :active {
        display: block;
        background-color: #231F20;
    }

    nav a {
        text-decoration: none;
    }

    .menu li {
        display: block;
        margin: 0;
        width: 100%;
    }

    .menu li a {
        background: rgba(35, 31, 32, 0.8);
        color: white !important;
        width: 100%;
        padding: 15px;
        border-bottom: 1px solid #E2E2E2;
    }

    .menu li a:hover,
    .menu li:hover > a {
        color: #fff !important;
        width: 100%;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li > ul ul:hover {
        transform: initial;
    }

}

.sub-menu .fa {
    font-size: 0.8em;
}

.border img{
    width:40px;
    display: block;
    text-align: center;
}
@media only screen and (min-width:1025px){
    .menu li{
        text-align: center;
    }
    .sub-menu li{
        text-align: right;
    }
}

.ms-webpartzone-cell{
    margin:auto;
}
#s4-bodyContainer{
    padding-bottom:0px;
}

.ms-rtestate-field h1, h1.ms-rteElement-H1, .ms-rtestate-field h2, h2.ms-rteElement-H2,.ms-rtestate-field h4, h4.ms-rteElement-H4{
    color:inherit;
}
input[type=button], input[type=reset], input[type=submit], button{
    min-width:auto;
}

/* =========== navigation styles end ==============*/


.card-header:first-child,
        .card-header {
            margin: 0.5rem 0;
            border: 1px solid #787878;
            transition: all 0.42s;
            cursor: pointer;
            font-size: 18px;
        }

        .card {
            background: #0000;
            border: 0;
            transition: all 0.42s;
        }

        .card-body {
            position: relative;
            top: -9px;
            background: #fff;
            border: 1px solid #787878;
            border-top: 0;
            transition: all 0.42s;
            font-size: 16px;
            line-height: 35px;
        }

        .card-title {
            margin-bottom: .75rem;
            font-weight: 600;
            cursor: pointer;
            font-size: 18px;
        }

        #main-accordion .card-header,
        #main-accordion .card-header:focus,
        #main-accordion .card-header:active,
        #main-accordion .card-header:first-child {
            background: #FAB337;
        }

        #main-accordion .card-body {
            background: #f8f8f8;
        }

        #accordion .card-header,
        #accordion .card-header:focus,
        #accordion .card-header:active,
        #accordion .card-header:first-child {
            background: #1E3799;
            line-height: 1.5;
        }

        #accordion .card-body {
            background: #fff;
        }

        .card-header a {
            color: #fff !important;
        }

        .collapsed {
            background: #fff !important;
        }

        .collapsed a {
            color: #283655 !important;
        }

        .accordion .card-header:after {
            font-family: 'FontAwesome';
            content: "\f068";
            float: right;
            color: #fff !important;
        }

        .accordion .card-header.collapsed:after {
            /* symbol for "collapsed" panels */
            content: "\f067";
            color: #283655 !important;
        }

        .card-body table td {
            border-color: black;
            padding-left: 10px;
            padding-right: 10px;
        }
        #main-accordion .card-title
        {
               font-size: 20px;
        }  
        #accordion .card-title
        {
               font-size: 18px;
        } 
        a{
	color:inherit;
}  

 .btn-outline-primary{
	
	    border-radius: 25px;
}
.border-left.right-side{
  border-right: 1px solid #dee2e6!important;
}
